home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / mr_danger.swf / scripts / DefineButton2_77 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2007-03-20  |  75 b   |  6 lines

  1. on(press){
  2.    _global.score = 0;
  3.    gotoAndStop("play");
  4.    play();
  5. }
  6.